home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / misc-part1 / 4178 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  2.0 KB

  1. Path: news.genie.net!usenet
  2. From: i.einman@genie.com (IAN J. EINMAN)
  3. Newsgroups: comp.sys.amiga.misc
  4. Subject: Re: MUI 3.2 vs. BGUI
  5. Date: 4 Feb 1996 01:38:45 GMT
  6. Organization: via GEnie Services (1-800-638-9636 or info@genie.com)
  7. Sender: i.einman@genie.com (IAN J. EINMAN)
  8. Message-ID: <4f12n5$rk0@rock101.genie.net>
  9. NNTP-Posting-Host: rock103.is.ge.com
  10.  
  11. >>If I
  12. remember correctly, BGUI needs a separately loaded BGUI library for each
  13. loaded application, that's not a very nice thing.
  14.  
  15.  
  16. You don't remember/know correctly.  You cannot share the library base between tasks,
  17. each taks needs to call OpenLibrary itself.  This is how 99.9999% of all applications
  18. do it anyway.
  19.  
  20. The OpenLibrary does not load from disk if the library is already loaded.
  21. 14 programs can use BGUI and share a 120K library.  It is no different from any
  22. other library.
  23.  
  24.  
  25. >>Using BGUI is just stupid.
  26.  
  27. People who make such opinionated comments are just stupid.
  28.  
  29. With BGUI, I can make an application that INCLUDES everything the user needs
  30. with my archive.  The user does not need to PAY anyone but ME to have the
  31. full functionality of my program.  I have little desire to release small
  32. 40K utilities that require a 1 meg package to run, and still cannot be fully
  33. utilized without the user paying someone else for a package.  Perhaps I'd like
  34. to sell MY shareware products, and not someone else's first.
  35.  
  36. PC users think people that use Amigas are stupid.  Are we?
  37.  
  38. Or maybe there are alternatives that are appropriate to use in different situations.
  39. BGUI is a VERY stable and reliable library, and the author constantly adds to it
  40. and immediately fixes any errors that do arise.
  41.  
  42. There are still a LOT of people who do NOT like MUI, even if it's only 20% of Amiga users.
  43. The people exist.  BGUI can simply be a layout library that improves the look and fell
  44. of your program, and makes programming a lot easier.  Users are less likely to bitch about
  45. it because:  they don't have to pay for it, and it takes up little space on their disk.
  46.  
  47.